home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1998 #2 / K-CD 02-98.ISO / bustmove / bam2.bat next >
DOS Batch File  |  1997-04-03  |  199b  |  12 lines

  1. @echo off
  2. echo *
  3. echo * To play the Bust-A-Move 2(tm): Arcade Edition demo
  4. echo * press any key, otherwise press ESC to quit:
  5. getkey
  6. if errorlevel 1 goto quit
  7. cd bam2demo
  8. bm2
  9. cd ..
  10. :quit
  11.  
  12.